build-sys: Drop `-Werror=aggregate-return`
authorColin Walters <walters@verbum.org>
Thu, 17 Feb 2022 19:22:27 +0000 (14:22 -0500)
committerColin Walters <walters@verbum.org>
Thu, 17 Feb 2022 19:22:27 +0000 (14:22 -0500)
commit71ae1c35e3ad8479f4cec86fa13f5fb42702139d
tree6cc3720b3872e3715edb89c55852b338d4327e23
parente6a734ab25022e1b3658ad395663ca7aef5d67f2
build-sys: Drop `-Werror=aggregate-return`

This is failing for me as of recently but only when I build
without optimization.  I don't think we've ever written any
code that returned a large structure by value.

Let's just drop this one.
configure.ac